Write(Byte[],String) Method
Write the image data to a Byte Array with specified transfer syntax
public void Write(
out System.byte[] ,
System.string
)
public procedure Write(
Out : System.Bytearray of;
: System.String
);
public function Write(
: System.byte[],
: System.String
);
public: void Write(
[PARAMFLAG::Out] System.byte[]* ,
System.string*
)
public:
void Write(
[Out] System.array<byte>^ ,
System.String^
)
'Declaration
Public Overloads Sub Write( _
ByRef () As System.Byte, _
ByVal As System.String _
)
'Usage
Dim instance As DicomImage
Dim Array() As System.Byte
Dim TransferSyntax As System.String
instance.Write(Array, TransferSyntax)
Parameters
- Array
Byte Array to write image data to
- TransferSyntax
Specifies the full UID of the transfer syntax with which the data is to be saved when Part 10 format is used. If omitted, the little-endian explicit VR transfer syntax is used. For details of the currently supported syntaxes, see the page
Target Platforms: .NET CLR 4.8 or higher